Markbook
Collect, organize and search your favorites, upvotes and likes.
Markbookとは何ですか?
Markbookはhttps://danamajid.comによって開発されたChromeの拡張機能で、その主な機能は「Collect, organize and search your favorites, upvotes and likes.」です。
拡張機能のスクリーンショット
Markbook拡張機能のCRXファイルをダウンロード
Markbook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ejndbonkbfpfgaghpgknmljhafpkkjik |
| 公式URL | https://chromewebstore.google.com/detail/markbook/ejndbonkbfpfgaghpgknmljhafpkkjik |
| 説明 | Collect, organize and search your favorites, upvotes and likes. |
| ファイルサイズ | 43.71 KB |
| インストール数 | 68 |
| 現在のバージョン | 0.31 |
| 最終更新日 | 2015-08-06 |
| 公開日 | 2015-08-05 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | https://danamajid.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://markbook.io |
| ヘルプページのURL | https://markbook.io/about |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Markbook",
"description": "Collect, organize and search your favorites, upvotes and likes.",
"version": "0.31",
"background": {
"scripts": [
"markbook.js"
],
"pages": [
"background.html"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"webRequest",
" | |