Knowies
The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
Knowiesとは何ですか?
KnowiesはKnowiesによって開発されたChromeの拡張機能で、その主な機能は「The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…」です。
拡張機能のスクリーンショット
Knowies拡張機能のCRXファイルをダウンロード
Knowies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for you in your Knowies profile. Choose directly in which collection (s) and / or community (s) you want to store the content. After saving the link you can change the title & description and add tags to your content via the Knowies website or APP (in development). To keep saving as quick and easy as possible, this is not possible via the Plugin. The standard title and description will be used. With the Knowies plugin you can now save content for yourself faster and share it with others on the network.
拡張機能の基本情報
名前 | Knowies |
ID | pkkmmclebdkjeogkjgpfhplogpgdhcnn |
公式URL | https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn |
説明 | The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for… |
ファイルサイズ | 229 KB |
インストール数 | 62 |
現在のバージョン | 2.1.1 |
最終更新日 | 2021-06-08 |
公開日 | 2020-05-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Knowies |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.knowies.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Knowies", "author": "Knowies", "version": "2.1.1", "icons": { "16": "dist\/images\/logo16.png", "48": "dist\/images\/logo48.png", "128": "dist\/images\/logo128.png" }, "browser_action": { "default_icon": { "16": "dist\/images\/logo16.png", "48": "dist\/images\/logo48.png", "128": "dist\/images\/logo128.png" }, "default_title": "Add this website to your Knowies", "default_popup": "app.html", "theme_icons": [ { "light": "dist\/images\/logo128.png", "dark": "dist\/images\/logo128.png", "size": 128 } ] }, "permissions": [ "storage", "activeTab", "cookies", "bookmarks", "*:\/\/*.knowies.com\/" ] } |