juju Posted July 31, 2016 Report Posted July 31, 2016 Evaranna chrome ki extensions rasara ? oka chinna extension trying.. not working. Quote
juju Posted July 31, 2016 Author Report Posted July 31, 2016 55 minutes ago, k2s said: Post here manifest.json { "name": "Price saver", "version": "1.0", "manifest_version": 2, "description": "Price saving during online shopping", "background": { "scripts": ["background.js"] }, "manifest_version": 2, "permissions": ["tabs", "activeTab", "http://*/*", "https://*/*"] } background.js chrome.tabs.getSelected(null,function(tab) { var tabUrl = encodeURIComponent(tab[0].url); var myNewUrl = "http://www.dealtikka.com/out.php?url=" + tabUrl; //Update the url here. chrome.tabs.update(tab.id, {url: myNewUrl}); }); extension button click chesthe.. url ne redirect cheyali.. Quote
juju Posted July 31, 2016 Author Report Posted July 31, 2016 2 hours ago, k2s said: Post here posted Quote
k2s Posted July 31, 2016 Report Posted July 31, 2016 2 hours ago, juju said: manifest.json { "name": "Price saver", "version": "1.0", "manifest_version": 2, "description": "Price saving during online shopping", "background": { "scripts": ["background.js"] }, "manifest_version": 2, "permissions": ["tabs", "activeTab", "http://*/*", "https://*/*"] } background.js chrome.tabs.getSelected(null,function(tab) { var tabUrl = encodeURIComponent(tab[0].url); var myNewUrl = "http://www.dealtikka.com/out.php?url=" + tabUrl; //Update the url here. chrome.tabs.update(tab.id, {url: myNewUrl}); }); extension button click chesthe.. url ne redirect cheyali.. not sure bro... Quote
rikki Posted July 31, 2016 Report Posted July 31, 2016 3 hours ago, k2s said: Post here edhi podupu thread kadu Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.