Reddit Signatures
Automatically appends custom text to your posts in a given subreddit
什么是Reddit Signatures?
Reddit Signatures是由Erin Bleiweiss开发的Chrome扩展程序,该扩展的主要功能是“Automatically appends custom text to your posts in a given subreddit”。
扩展截图
下载Reddit Signatures扩展crx文件
下载Reddit Signatures扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |