Webmaster Net Chrome Extension
This extension displays 15 posts from webmaster.net right on your toolbar!
Cos'è Webmaster Net Chrome Extension?
Webmaster Net Chrome Extension è un'estensione di Chrome sviluppata da https://www.webmaster.net, e la sua funzione principale è "This extension displays 15 posts from webmaster.net right on your toolbar! ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webmaster Net Chrome Extension
Scarica i file di estensione Webmaster Net Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics.
Informazioni di Base sull'Estensione
Nome | |
ID | pfcffjlanejegfaghehpgnlhmnnjjjie |
URL Ufficiale | https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie |
Descrizione | This extension displays 15 posts from webmaster.net right on your toolbar! |
Dimensione del File | 53.88 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2015-02-16 |
Data di Pubblicazione | 2015-02-16 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.webmaster.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.webmaster.net |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "2.2", "manifest_version": 2, "description": "__MSG_application_description__", "default_locale": "en", "homepage_url": "https:\/\/webmaster.net", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/" ], "js": [ "js\/jquery.min.js", "js\/content.js" ] } ], "permissions": [ "https:\/\/webmaster.net\/", "https:\/\/www.webmaster.net\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" } } |