Urbansaurus
Urban Definations within Google
什麼是Urbansaurus?
Urbansaurus是由http://jajoosam.tech開發的Chrome擴展程式,該擴展的主要功能是“Urban Definations within Google”。
擴展截圖
下載Urbansaurus擴展crx文件
下載Urbansaurus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Urbansaurus adds an urban dictionary widget to google search pages. If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications. Github: https://github.com/jajoosam/urbansaurus
擴展基本資訊
名稱 | ![]() |
ID | nlfndljabdnkdgdmpfecdpcjoknnbjnd |
官方網址 | https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd |
簡介 | Urban Definations within Google |
檔案大小 | 88.38 KB |
安裝次數 | 12 |
目前版本 | 2.0 |
更新時間 | 2019-07-27 |
上架時間 | 2019-07-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://jajoosam.tech |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jajoosam/urbansaurus |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urbansaurus", "version": "2.0", "description": "Urban Definations within Google", "icons": { "240": "icon.png" }, "content_scripts": [ { "css": [ "material.min.css", "styles.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.in\/*" ] } ] } |