Markfolder
Bookmark tweets, organise them in folders, find them easily.
Markfolderとは何ですか?
MarkfolderはMarkfolderによって開発されたChromeの拡張機能で、その主な機能は「Bookmark tweets, organise them in folders, find them easily.」です。
拡張機能のスクリーンショット
Markfolder拡張機能のCRXファイルをダウンロード
Markfolder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily bookmark tweets, organise them with folders, and find them again quickly.
拡張機能の基本情報
名前 | Markfolder |
ID | fafoaldapbohckadnneaegajmfacnejd |
公式URL | https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd |
説明 | Bookmark tweets, organise them in folders, find them easily. |
ファイルサイズ | 81.33 KB |
インストール数 | 2,205 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-06-08 |
公開日 | 2020-09-03 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Markfolder |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://markfolder.com |
ヘルプページのURL | https://markfolder.com/howto |
プライバシーポリシーページのURL | https://markfolder.com/pages/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markfolder", "description": "Bookmark tweets, organise them in folders, find them easily.", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" } }, "icons": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" }, "permissions": [ "tabs", "https:\/\/markfolder.com\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "MacCtrl+Shift+M" }, "description": "Bookmark this tweet - Markfolder" } }, "background": { "scripts": [ "background.js" ] } } |