Posted To Reddit Or Not?
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Cos'è Posted To Reddit Or Not??
Posted To Reddit Or Not? è un'estensione di Chrome sviluppata da john.horner, e la sua funzione principale è "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Posted To Reddit Or Not?
Scarica i file di estensione Posted To Reddit Or Not? 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
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully. Version 0.5: some columns sortable.. Version 0.4: fixed date bug, internal improvements. Version 0.3: improved icons, reduced permissions.
Informazioni di Base sull'Estensione
Nome | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
URL Ufficiale | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Descrizione | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Dimensione del File | 24.01 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2016-11-08 |
Data di Pubblicazione | 2016-11-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | john.horner |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://johnhorner.info/posted-to-reddit-or-not/ |
URL della Pagina di Aiuto | http://johnhorner.info/posted-to-reddit-or-not/ |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "short_name": "postedToRedditOrNot", "name": "Posted To Reddit Or Not?", "version": "0.5", "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |