DailyLinks
DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.
DailyLinksとは何ですか?
DailyLinksはKaukoによって開発されたChromeの拡張機能で、その主な機能は「DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.」です。
拡張機能のスクリーンショット
DailyLinks拡張機能のCRXファイルをダウンロード
DailyLinks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DailyLinks is a Chrome extension that makes it easy to open those websites you visit every day, and supports different links per day (good for webcomics). 拡張機能の基本情報
| 名前 | |
| ID | eelacjbjolonnipgkmkjjdgfdkjjdeom |
| 公式URL | https://chromewebstore.google.com/detail/dailylinks/eelacjbjolonnipgkmkjjdgfdkjjdeom |
| 説明 | DailyLinks makes it easy to open those websites you visit every day, supporting different links per day. |
| ファイルサイズ | 50.24 KB |
| インストール数 | 167 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2023-12-06 |
| 公開日 | 2020-06-12 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Kauko |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/cheeplusplus/dailylinks-chrome |
| ヘルプページのURL | https://github.com/cheeplusplus/dailylinks-chrome/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DailyLinks",
"version": "1.2.1",
"manifest_version": 3,
"description": "DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.",
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/cheeplusplus.github.com\/dailylinks-chrome\/",
"options_page": "options.html",
"background": {
"service_worker": "js\/src\/background.js"
},
"action": {
"default_title": "Open DailyLinks"
},
"permissions": [
"storage"
]
} | |