Search URL on Twitter
Search how people mentioning about the page on Twitter
Cos'è Search URL on Twitter?
Search URL on Twitter è un'estensione di Chrome sviluppata da tnj, e la sua funzione principale è "Search how people mentioning about the page on Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search URL on Twitter
Scarica i file di estensione Search URL on Twitter 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
Search the page you are viewing on Twitter to see how people mentioning like, just a click away.
Informazioni di Base sull'Estensione
Nome | Search URL on Twitter |
ID | afpbehmhepnibneenbpakilpelfhlcld |
URL Ufficiale | https://chromewebstore.google.com/detail/search-url-on-twitter/afpbehmhepnibneenbpakilpelfhlcld |
Descrizione | Search how people mentioning about the page on Twitter |
Dimensione del File | 13.76 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2019-12-28 |
Data di Pubblicazione | 2019-12-24 |
Sviluppatore | tnj |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search URL on Twitter", "version": "0.1.3", "description": "Search how people mentioning about the page on Twitter", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Search URL on Twitter", "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "permissions": [ "tabs" ], "manifest_version": 2 } |