Sir Links-a-Lot
This extension will modify Google Apps URL.
Sir Links-a-Lotคืออะไร?
Sir Links-a-Lot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://geekyedtech.com และคุณลักษณะหลักของมันคือ "This extension will modify Google Apps URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sir Links-a-Lot
ดาวน์โหลดไฟล์ส่วนขยาย Sir Links-a-Lot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you like to manipulate Google app URL's to meet the needs of your students? Well, you are in luck because Sir Links-a-Lot extension has your Back with big round buttons in your face to do all the work for you! Templates ~ Force a copy ~ Preview ~ PDF with just a click check this out! Update 1.5.3 ~ Permissions Update ~ Bug fixes ~ Improved Performance Special thanks for always being an inspiration: Dee Lanier @deelanier & Special thanks for help with the great name: Marcus Painter @marcusep1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sir Links-a-Lot |
ID | cggpkbnlnicoanmphgkkcmidbpdacepn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sir-links-a-lot/cggpkbnlnicoanmphgkkcmidbpdacepn |
คำอธิบาย | This extension will modify Google Apps URL. |
ขนาดไฟล์ | 408 KB |
จำนวนการติดตั้ง | 39,078 |
เวอร์ชันปัจจุบัน | 1.5.3 |
อัปเดตครั้งล่าสุด | 2020-06-17 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.62/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://geekyedtech.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "Sir Links-a-Lot" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "description": "This extension will modify Google Apps URL.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqzmOdDLblEdsX7lA0hIoTRbFyfMK1RqH5LTeQGfoOYxvFwscX164FK0YjQPLi6eHIvtsu7xmYtEaIUyhldTvmJvtbCGRoQPAohosBesQKU\/RTaHfE5if1Zs5Yr2t7wsuijPmhD2e6lO2o3QnNyHNgAnsBAluX+sItbX2N2qg4XaivuHs12hQthX3iHE2cbxCgKTPGgl5egugKcbjYvJVaM55fKFteHh11Xjm8uR9aOdhWDjTL0OGQFoB\/Ulp5SLICCrgD3kYJb\/StipqLWhIu7J8d5GYGuPTP2iLqVa7mPLGKj1OGyl3mNQ89YbVkq6EH0ym4g+tqXtcoAQcNZH6SwIDAQAB", "manifest_version": 2, "name": "Sir Links-a-Lot", "options_page": "src\/browser_action\/thanks.html", "permissions": [ "activeTab" ], "short_name": "SirLinksaLot", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.3", "web_accessible_resources": [ "src\/browser_action\/thanks.html" ] } |