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.…
ما هو Posted To Reddit Or Not?؟
Posted To Reddit Or Not? هو إضافة Chrome تم تطويرها بواسطة john.horner، والميزة الرئيسية لها هي "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Posted To Reddit Or Not?
قم بتنزيل ملفات الامتداد Posted To Reddit Or Not? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
الوصف | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
حجم الملف | 24.01 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 0.5 |
آخر تحديث | 2016-11-08 |
تاريخ النشر | 2016-11-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | john.horner |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://johnhorner.info/posted-to-reddit-or-not/ |
عنوان صفحة المساعدة | http://johnhorner.info/posted-to-reddit-or-not/ |
اللغات المدعومة | 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" } } |