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.…
O que é Posted To Reddit Or Not??
Posted To Reddit Or Not? é uma extensão do Chrome desenvolvida por john.horner, e sua principal característica é "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Posted To Reddit Or Not?
Baixe arquivos de extensão Posted To Reddit Or Not? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
URL Oficial | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Descrição | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Tamanho do Arquivo | 24.01 KB |
Contagem de Instalações | 64 |
Versão Atual | 0.5 |
Última Atualização | 2016-11-08 |
Data de Publicação | 2016-11-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | john.horner |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://johnhorner.info/posted-to-reddit-or-not/ |
URL da Página de Ajuda | http://johnhorner.info/posted-to-reddit-or-not/ |
Idiomas Suportados | 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" } } |