BookmarkBy
An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics
BookmarkByとは何ですか?
BookmarkByはbookmarkbyによって開発されたChromeの拡張機能で、その主な機能は「An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics」です。
拡張機能のスクリーンショット
BookmarkBy拡張機能のCRXファイルをダウンロード
BookmarkBy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You will be amazed to see what you can do with your bookmarks! ===Features=== Search your bookmarks from any tabs with just one click. See your Most bookmarked sites and Most clicked Bookmarks in Full view. Search your bookmarks with ease. Search all or within a folder, sort them to find what matters. Share your bookmarks on social media with one click. Filter your bookmarks by folder, Edit or Delete them based on your need. ===V 1.0.2 update=== Bugfix for longer URLs in'Most Bookmarked sites' card
拡張機能の基本情報
名前 | BookmarkBy |
ID | ondbeojkdmaaafddmfdlpgcdfkldemio |
公式URL | https://chromewebstore.google.com/detail/bookmarkby/ondbeojkdmaaafddmfdlpgcdfkldemio |
説明 | An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics |
ファイルサイズ | 1.35 MB |
インストール数 | 104 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-02-09 |
公開日 | 2020-02-09 |
評価 | 4.62/5 合計 21 レビュー |
開発者 | bookmarkby |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkBy", "author": "Anirban, Animesh, Ayan, Soham", "version": "1.0.2", "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics", "icons": { "16": "bookmarkby_icon16.png", "48": "bookmarkby_icon48.png", "128": "bookmarkby_icon128.png" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "BookmarkBy", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |