Anything
get reminded of anything on every new tab
什麼是Anything?
Anything是由gabolobl開發的Chrome擴展程式,該擴展的主要功能是“get reminded of anything on every new tab”。
擴展截圖
下載Anything擴展crx文件
下載Anything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Attaining a perfect balance between simplicity and customization, Anything becomes anything you want it to be. Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set. What will you use it for?
擴展基本資訊
名稱 | Anything |
ID | blgigoijbkappfcgilbmnkhhbdhpapnj |
官方網址 | https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj |
簡介 | get reminded of anything on every new tab |
檔案大小 | 286 KB |
安裝次數 | 59 |
目前版本 | 1.0.3 |
更新時間 | 2021-02-04 |
上架時間 | 2021-01-31 |
開發者 | gabolobl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gabriellobl.com/ |
隱私政策頁面URL | https://gabriellobl.github.io/visualize-life |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anything", "version": "1.0.3", "manifest_version": 2, "description": "get reminded of anything on every new tab", "icons": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "default_title": "Anything" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |