Fetch!
Fetch a dog, anytime, anywhere!
什麼是Fetch!?
Fetch!是由Patrick Cullings開發的Chrome擴展程式,該擴展的主要功能是“Fetch a dog, anytime, anywhere!”。
擴展截圖
下載Fetch!擴展crx文件
下載Fetch!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
'Fetch!' is a Chrome extension for everyone! Stressed, sad, or even happy, 'Fetch!' has got your back. On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser. Get a dog from a random breed, or from one of the breeds offered in the dropdown. Once you've had your fill, get back to your previous display by simply closing out of the image. Note: Fetch! does not work in a "New Tab." You must be in an actual webpage for Fetch! to function properly.
擴展基本資訊
名稱 | Fetch! |
ID | jkanoaaphjgfmmlomnhplhnikdhehijg |
官方網址 | https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg |
簡介 | Fetch a dog, anytime, anywhere! |
檔案大小 | 106 KB |
安裝次數 | 51 |
目前版本 | 0.0.0.3 |
更新時間 | 2018-02-25 |
上架時間 | 2018-02-24 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Patrick Cullings |
付費類型 | free |
擴展官網 | https://github.com/pcullings/Fetch |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fetch!", "description": "Fetch a dog, anytime, anywhere!", "version": "0.0.0.3", "browser_action": { "default_icon": "content\/dog-icon.png", "default_popup": "popup.html", "default_title": "Fetch!" }, "permissions": [ "activeTab", "storage" ] } |