AutoReviewComments
Add pro-forma comments dialog for reviewing (pre-flag)
什麼是AutoReviewComments?
AutoReviewComments是由Derek L.開發的Chrome擴展程式,該擴展的主要功能是“Add pro-forma comments dialog for reviewing (pre-flag)”。
擴展截圖
下載AutoReviewComments擴展crx文件
下載AutoReviewComments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No more re-typing the same comments over and over in StackExchange sites! This script adds a little 'auto' link next to all comments boxes. When you click the link, you see a popup with 6 configurable auto-comments, which you can easily click to insert. AutoReviewComments is made by Benjol: http://stackapps.com/questions/2116/autoreviewcomments-pro-forma-comments-for-se The code can be viewed here: https://gist.github.com/Benjol/842025 Packed into extension by Derek.
擴展基本資訊
名稱 | |
ID | denkbaalahjlbbfnifkacdigaofcnogg |
官方網址 | https://chrome.google.com/webstore/detail/autoreviewcomments/denkbaalahjlbbfnifkacdigaofcnogg |
簡介 | Add pro-forma comments dialog for reviewing (pre-flag) |
檔案大小 | 108 KB |
安裝次數 | 21 |
目前版本 | 1.3.3 |
更新時間 | 2014-03-10 |
上架時間 | 2014-03-10 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Derek L. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://stackapps.com/questions/2116/autoreviewcomments-pro-forma-comments-for-se |
說明頁面URL | http://stackapps.com/questions/2116/autoreviewcomments-pro-forma-comments-for-se |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "js.js" ], "matches": [ "*:\/\/*.stackoverflow.com\/questions*", "*:\/\/*.stackoverflow.com\/review*", "*:\/\/*.stackoverflow.com\/admin\/dashboard*", "*:\/\/*.stackoverflow.com\/tools*", "*:\/\/*.serverfault.com\/questions*", "*:\/\/*.serverfault.com\/review*", "*:\/\/*.serverfault.com\/admin\/dashboard*", "*:\/\/*.serverfault.com\/tools*", "*:\/\/*.superuser.com\/questions*", "*:\/\/*.superuser.com\/review*", "*:\/\/*.superuser.com\/admin\/dashboard*", "*:\/\/*.superuser.com\/tools*", "*:\/\/*.stackexchange.com\/questions*", "*:\/\/*.stackexchange.com\/review*", "*:\/\/*.stackexchange.com\/admin\/dashboard*", "*:\/\/*.stackexchange.com\/tools*", "*:\/\/*.askubuntu.com\/questions*", "*:\/\/*.askubuntu.com\/review*", "*:\/\/*.askubuntu.com\/admin\/dashboard*", "*:\/\/*.askubuntu.com\/tools*", "*:\/\/*.answers.onstartups.com\/questions*", "*:\/\/*.answers.onstartups.com\/review*", "*:\/\/*.answers.onstartups.com\/admin\/dashboard*", "*:\/\/*.answers.onstartups.com\/tools*", "*:\/\/*.mathoverflow.net\/questions*", "*:\/\/*.mathoverflow.net\/review*", "*:\/\/*.mathoverflow.net\/admin\/dashboard*", "*:\/\/*.mathoverflow.net\/tools*", "*:\/\/discuss.area51.stackexchange.com\/questions\/*", "*:\/\/discuss.area51.stackexchange.com\/review*", "*:\/\/discuss.area51.stackexchange.com\/admin\/dashboard*", "*:\/\/discuss.area51.stackexchange.com\/tools*", "*:\/\/stackapps.com\/questions*", "*:\/\/stackapps.com\/review*", "*:\/\/stackapps.com\/admin\/dashboard*", "*:\/\/stackapps.com\/tools*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Add pro-forma comments dialog for reviewing (pre-flag)", "name": "AutoReviewComments", "version": "1.3.3", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |