פשוט וקל- להדפיס אשכול שלם בלחיצה אחת
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "hadasa.schechter@gmail.com",
"content_scripts": [
{
"all_frames": true,
"js": [
"js/main.js",
"js/jquery-3.5.1.min.js"
],
"matches": [
"*://*.prog.co.il/threads/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"description": "פשוט וקל- להדפיס אשכול שלם בלחיצה אחת",
"manifest_version": 2,
"name": "Prog Pager",
"permissions": [
"*://*.prog.co.il/threads/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.3"
}