Reddit Signatures
Automatically appends custom text to your posts in a given subreddit
Wat is Reddit Signatures?
Reddit Signatures is een Chrome-extensie ontwikkeld door Erin Bleiweiss, en de belangrijkste functie is "Automatically appends custom text to your posts in a given subreddit".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Signatures
Download Reddit Signatures-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reddit Signatures |
ID | jlcchkkjagjangemnkkiigccbkjcmlla |
Officiële URL | https://chromewebstore.google.com/detail/reddit-signatures/jlcchkkjagjangemnkkiigccbkjcmlla |
Beschrijving | Automatically appends custom text to your posts in a given subreddit |
Bestandsgrootte | 412 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-21 |
Publicatiedatum | 2015-12-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Erin Bleiweiss |
Betalingswijze | free |
Ondersteunde Talen | 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" } |