Quotebacks - quote the web
Quote the web and manage your snippets.
Quotebacks - quote the webとは何ですか?
Quotebacks - quote the webはhttps://quotebacks.netによって開発されたChromeの拡張機能で、その主な機能は「Quote the web and manage your snippets.」です。
拡張機能のスクリーンショット
Quotebacks - quote the web拡張機能のCRXファイルをダウンロード
Quotebacks - quote the web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components. 拡張機能の基本情報
| 名前 | |
| ID | makakhdegdcmmbbhepafcghpdkbemach |
| 公式URL | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
| 説明 | Quote the web and manage your snippets. |
| ファイルサイズ | 429 KB |
| インストール数 | 2,000 |
| 現在のバージョン | 1.1.4 |
| 最終更新日 | 2022-01-22 |
| 公開日 | 2020-06-30 |
| 評価 | 3.50/5 合計 6 レビュー |
| 開発者 | https://quotebacks.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Blogger-Peer-Review/quotebacks |
| ヘルプページのURL | https://github.com/Blogger-Peer-Review/quotebacks/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quotebacks - quote the web",
"description": "Quote the web and manage your snippets.",
"version": "1.1.4",
"manifest_version": 2,
"permissions": [
"storage",
"activeTab",
"unlimitedStorage",
"contextMenus"
],
"icons": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"browser_action": {
"default_title": "Options"
},
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"options.html",
"styles\/styles.css",
"images\/allquotes.png",
"images\/editicon.svg",
"quoteback-internal.js",
"readability.js"
],
"commands": {
"open-popup": {
"description": "Capture a quote from the web",
"suggested_key": {
"mac": "Ctrl+Shift+S",
"windows": "Ctrl+Shift+S",
"chromeos": "Ctrl+Shift+S",
"default": "Ctrl+Shift+S"
}
},
"alt-open": {
"description": "Alternative quote capture for Firefox",
"suggested_key": {
"mac": "Alt+S",
"windows": "Alt+S",
"chromeos": "Alt+S",
"default": "Alt+S"
}
}
}
} | |