Reddit Signatures
Automatically appends custom text to your posts in a given subreddit
ما هو Reddit Signatures؟
Reddit Signatures هو إضافة Chrome تم تطويرها بواسطة Erin Bleiweiss، والميزة الرئيسية لها هي "Automatically appends custom text to your posts in a given subreddit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Signatures
قم بتنزيل ملفات الامتداد Reddit Signatures بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically inserts a custom signature to the end of each of your posts. Create signatures on a subreddit-by-subreddit basis using a visual editor and markdown previews. Toggle saved signatures on and off for easy reuse. Select the "pick at random" option to create multiple signatures for a single subreddit, which will be selected at random for each page. Perfect for signature bets for your favorite sports subreddit.
معلومات أساسية عن التمديد
الاسم | Reddit Signatures |
ID | jlcchkkjagjangemnkkiigccbkjcmlla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-signatures/jlcchkkjagjangemnkkiigccbkjcmlla |
الوصف | Automatically appends custom text to your posts in a given subreddit |
حجم الملف | 412 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-12-21 |
تاريخ النشر | 2015-12-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Erin Bleiweiss |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Signatures", "short_name": "Custom signatures for reddit posts", "description": "Automatically appends custom text to your posts in a given subreddit", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "\/js\/jquery-2.1.4.min.js", "\/js\/content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html" } |