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.…
Apa itu Posted To Reddit Or Not??
Posted To Reddit Or Not? adalah ekstensi Chrome yang dikembangkan oleh john.horner, dan fitur utamanya adalah "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Posted To Reddit Or Not?
Unduh file ekstensi Posted To Reddit Or Not? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
URL Resmi | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Deskripsi | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Ukuran File | 24.01 KB |
Jumlah Instalasi | 64 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2016-11-08 |
Tanggal Publikasi | 2016-11-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | john.horner |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://johnhorner.info/posted-to-reddit-or-not/ |
URL Halaman Bantuan | http://johnhorner.info/posted-to-reddit-or-not/ |
Bahasa yang Didukung | 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" } } |