Reddit Signatures
Automatically appends custom text to your posts in a given subreddit
Co je Reddit Signatures?
Reddit Signatures je rozšíření Chrome vyvinuté Erin Bleiweiss, a jeho hlavní funkcí je „Automatically appends custom text to your posts in a given subreddit“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Signatures
Stáhněte si soubory rozšíření Reddit Signatures ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | jlcchkkjagjangemnkkiigccbkjcmlla |
| Oficiální URL | https://chromewebstore.google.com/detail/reddit-signatures/jlcchkkjagjangemnkkiigccbkjcmlla |
| Popis | Automatically appends custom text to your posts in a given subreddit |
| Velikost souboru | 412 KB |
| Počet instalací | 13 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2015-12-21 |
| Datum Vydání | 2015-12-20 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Erin Bleiweiss |
| Typ Platby | free |
| Podporované Jazyky | 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"
} | |