URL Keeper
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
什麼是URL Keeper?
URL Keeper是由Yahya K.Salman開發的Chrome擴展程式,該擴展的主要功能是“Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…”。
擴展截圖
下載URL Keeper擴展crx文件
下載URL Keeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save links to websites. This is an easy way to remember the links.
There are three buttons on the popup:
- SAVE INPUT: Through this button, the link that is manually typed in the input field for links is saved.
- SAVE TAB: Through this button, we directly save the link to the website I am working on.
-DELETE ALL: When this button is double-clicked, all saved links will be deleted 擴展基本資訊
| 名稱 | |
| ID | nfjoioebfckjekhgmhcnddpiphbpcbhp |
| 官方網址 | https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp |
| 簡介 | Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through… |
| 檔案大小 | 145 KB |
| 安裝次數 | 75 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2022-02-16 |
| 上架時間 | 2022-02-15 |
| 開發者 | Yahya K.Salman |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "URL Keeper",
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"permissions": [
"tabs"
]
} | |