Reddit Signatures
Automatically appends custom text to your posts in a given subreddit
Apa itu Reddit Signatures?
Reddit Signatures adalah ekstensi Chrome yang dikembangkan oleh Erin Bleiweiss, dan fitur utamanya adalah "Automatically appends custom text to your posts in a given subreddit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Signatures
Unduh file ekstensi Reddit Signatures 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
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.
Informasi Dasar Ekstensi
Nama | Reddit Signatures |
ID | jlcchkkjagjangemnkkiigccbkjcmlla |
URL Resmi | https://chromewebstore.google.com/detail/reddit-signatures/jlcchkkjagjangemnkkiigccbkjcmlla |
Deskripsi | Automatically appends custom text to your posts in a given subreddit |
Ukuran File | 412 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-12-21 |
Tanggal Publikasi | 2015-12-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Erin Bleiweiss |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |